.floating_ck {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 9999;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.5s
}



.floating_ck dl dt {
    text-align: center;
}

.floating_ck dl dd {
    transition: all 0.3s;
    margin-bottom: 1px;
    position: relative;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 15px;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #000;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.consult {
    background-image: url(./icon0702/zxicon.png);
}

.quote {
    background-image: url(./icon0702/kficon.png);
}



.email {
    background-image: url(./icon0702/email.png);
}



.floating_close {
    transition: all 0.3s;
    position: relative;
    width: 100px;
    height: 40px !important;
    line-height: 40px;
    background-color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 100px center !important;
    cursor: pointer;
}

.floating_close span {
    padding-top: 0 !important;
}

.close_box {
    transform: translateX(149px);
}

.floating_open {
    transition: all 0.5s;
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: -30px;
    top: 20%;
    background: #000;
    color: #fff;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.open_box {
    transform: translateX(-30px);
}





.return {
    transition: all 0.3s;
    margin-bottom: 1px;
    position: relative;
    width: 100px;
    height: 40px !important;
    line-height:  40px;
    background-color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 80px center !important;
    cursor: pointer;
    background-image: url(./icon0702/fanhui.png);
}

.return span {
    padding-top: 0 !important;
    padding-right: 20px;
}



.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 70px;
    font-size: 14px;
    font-weight: bold;
}

.floating_ck dd:hover span {
    color: #fff;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 100px;
    background-color: #000;
    display: none;
}

.floating_left a {
    color: #fff !important;
    line-height: 40px;
}

.floating_ewm {
    height: 160px;
    top: -50px;
}

.floating_ewm i {
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 7px;
    background: url(../Image/wx_ewm145.jpg) center no-repeat;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}